This chapter describes Point to Point Protocol Network Interface (PPP) messages. For information on message content and how to use the message, refer to the Introduction.
PPP.001 |
Level: C-INFO
Short Syntax: PPP.001 Req brng up IP, addr = ip_address nt network ID
Long Syntax: PPP.001 Request to bring up IP, local address = ip_address, on network network ID
Description: ppp_prinit routine called for IP protocol
PPP.002 |
Level: C-INFO
Short Syntax: PPP.002 Srl prt up, nt network ID
Long Syntax: PPP.002 Serial port came up successfully, on network network ID
Description: ppp_slftst2 routine liked the results of the load and init.
PPP.003 |
Level: C-TRACE
Short Syntax: PPP.003 Mnt nt network ID
Long Syntax: PPP.003 Doing maint, on network network ID
Description: Entering ppp_mnt
PPP.004 |
Level: P-TRACE
Short Syntax: PPP.004 Nt opn fr outb protocol_name, nt network ID
Long Syntax: PPP.004 Outbound data discarded, not open for protocol protocol_name, on network network ID
Description: ppp_send was called for IP data when IP state is not open (OK).
PPP.005 |
Level: U-INFO
Short Syntax: PPP.005 Bd IP pkt xmt typ= type, nt network ID
Long Syntax: PPP.005 Bad IP packet to transmit: type = type,, on network network ID
Description: slhc returned bad code for IP packet.
PPP.006 |
Level: CE-ERROR
Short Syntax: PPP.006 I_ERR on rcv nt network ID
Long Syntax: PPP.006 Packet received with I_ERR set, on network network ID
Description: ppp_in received packet with I_ERR set.
PPP.007 |
Level: UE-ERROR
Short Syntax: PPP.007 Rcv Bd fr addr bad_address, nt network ID
Long Syntax: PPP.007 Received packet with bad frame address = bad_address,, on network network ID
Description: ppp_in got a frame with address byte not 0xff.
PPP.008 |
Level: UE-ERROR
Short Syntax: PPP.008 Rcv Bd fr cntrl bad_control, nt network ID
Long Syntax: PPP.008 Received packet with bad frame control field = bad_control,, on network network ID
Description: ppp_in got a frame with control byte not = 3 (UI).
PPP.009 |
Level: UE-ERROR
Short Syntax: PPP.009 Rcv inv prtcl bad_protocol, nt network ID
Long Syntax: PPP.009 Received packet with invalid protocol = bad_protocol,, on network network ID
Description: ppp_in got a frame with protocol not valid (as opposed to unknown).
PPP.010 |
Level: CE-ERROR
Short Syntax: PPP.010 Nt opn fr inb protocol_name, nt network ID
Long Syntax: PPP.010 Inbound data discarded, not open for protocol protocol_name, on network network ID
Description: ppp_in received data when protocol state is not open.
PPP.011 |
Level: CE-ERROR
Short Syntax: PPP.011 Nt opn fr inb control_protocol_name, nt network ID
Long Syntax: PPP.011 Inbound control_protocol_name, discarded, not open for IPCP on network network ID
Description: ppp_in received control protocol data when LCP state is not open.
PPP.012 |
Level: UE-ERROR
Short Syntax: PPP.012 Multi Encrypt - discard nt network ID
Long Syntax: PPP.012 Multiple Encrypt. - discard on network network ID
Description: For export reasons, we do not support encrypting a packet twice within the box. This ELS message is logged before discarding already encrypted packets when PPP encryption has been negotiated.
Cause: Encrypted packet passed to PPP when PPP encryption is negotiated
Action: Reconfigure IPSEC or PPP so that encryption is not attempted more than once.
PPP.014 |
Level: C-TRACE
Short Syntax: PPP.014 fsm_name,/ fsm_state, routine_name, nt network ID
Long Syntax: PPP.014 FSM = fsm_name,, state = fsm_state,, called routine_name,, on network network ID
Description: Called the specified fsm routine.
PPP.015 |
Level: UI-ERROR
Short Syntax: PPP.015 fsm_name,/ fsm_state, snd bd cd code, xmt, nt network ID
Long Syntax: PPP.015 FSM = fsm_name,, state = fsm_state,, tried to send bad code code,, on network network ID
Description: fsm_send called to send packet with bad code.
Cause: Control blocks and/or memory corruption
Action: Restart the router and call customer service
PPP.016 |
Level: P-TRACE
Short Syntax: PPP.016 fsm_name,/ fsm_state, snd code,, id id, len len,, nt network ID
Long Syntax: PPP.016 FSM = fsm_name,, state = fsm_state,, sending code,, id id,, len len,, on network network ID
Description: fsm_send about to send fsm message.
PPP.017 |
Level: P-TRACE
Short Syntax: PPP.017 fsm_name,/ fsm_state, rcv code,, id id, len len,, nt network ID
Long Syntax: PPP.017 FSM = fsm_name,, state = fsm_state,, received code,, id id,, len len,, on network network ID
Description: fsm_proc received fsm message.
PPP.018 |
Level: CE-ERROR
Short Syntax: PPP.018 fsm_name, msg_type, retr exc nt network ID
Long Syntax: PPP.018 fsm_name, FSM, msg_type, retries exceeded, on network network ID
Description: Too many retries of a config request or terminate request.
PPP.019 |
Level: C-TRACE
Short Syntax: PPP.019 LCP/ lcp_state, routine_name, nt network ID
Long Syntax: PPP.019 LCP, state = lcp_state,, called routine_name,, on network network ID
Description: Called the specified lcp routine.
PPP.020 |
Level: UE-ERROR
Short Syntax: PPP.020 Bd lcp rej id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.020 Bad LCP reject id, expected exp_id,, got got_id,, on network network ID
Description: lcp_rej got reject with bad id.
PPP.021 |
Level: UE-ERROR
Short Syntax: PPP.021 Bd lcp rej lngth, nt network ID
Long Syntax: PPP.021 Bad LCP reject length, on network network ID
Description: lcp_rej got reject with bad length.
PPP.022 |
Level: UE-ERROR
Short Syntax: PPP.022 Bd lcp rej opt lcp_option,, nt network ID
Long Syntax: PPP.022 Bad LCP reject option = lcp_option,, on network network ID
Description: lcp_rej got reject containing out-of-range option.
PPP.023 |
Level: UE-ERROR
Short Syntax: PPP.023 out-ordr lcp rej opt lcp_option,, nt network ID
Long Syntax: PPP.023 Bad LCP reject option = lcp_option,, on network network ID
Description: lcp_rej got reject containing out-of-order option.
PPP.024 |
Level: UE-ERROR
Short Syntax: PPP.024 Bd lcp req hdr lngth, nt network ID
Long Syntax: PPP.024 Bad LCP request header length, on network network ID
Description: lcp_req got request with bad header length.
PPP.025 |
Level: UE-ERROR
Short Syntax: PPP.025 Bd lcp req opt lcp_option, shrt, nt network ID
Long Syntax: PPP.025 Bad LCP request option = lcp_option,, data too short, on network network ID
Description: lcp_req got request containing option with insufficient data.
PPP.026 |
Level: C-TRACE
Short Syntax: PPP.026 lcp req rslt: lcp_rslt,, opt lcp_option,, ln opt_len,, nt network ID
Long Syntax: PPP.026 lcp request result: lcp_rslt,, option = lcp_option,, length = opt_len,, on network network ID
Description: Result, so far, of processing one option.
PPP.027 |
Level: UE-ERROR
Short Syntax: PPP.027 Bd lcp ack id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.027 Bad lcp ack id, expected exp_id,, got got_id,, on network network ID
Description: lcp_ack got config ack with bad id.
PPP.028 |
Level: UE-ERROR
Short Syntax: PPP.028 Bd lcp ack lngth, nt network ID
Long Syntax: PPP.028 Bad lcp ack length, on network network ID
Description: lcp_ack got config ack with bad length.
PPP.029 |
Level: UE-ERROR
Short Syntax: PPP.029 msmtchd lcp ack, nt network ID
Long Syntax: PPP.029 mis-matched data in lcp ack, on network network ID
Description: lcp_ack got ack whose data doesn't match our request.
PPP.030 |
Level: UE-ERROR
Short Syntax: PPP.030 Bd lcp nak id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.030 Bad LCP nak id, expected exp_id,, got got_id,, on network network ID
Description: lcp_nak got nak with bad id.
PPP.031 |
Level: UE-ERROR
Short Syntax: PPP.031 Bd lcp nak lngth, nt network ID
Long Syntax: PPP.031 Bad LCP nak length, on network network ID
Description: lcp_nak got nak with bad length.
PPP.032 |
Level: UE-ERROR
Short Syntax: PPP.032 Bd lcp nak opt lcp_option,, nt network ID
Long Syntax: PPP.032 Bad LCP nak option = lcp_option,, on network network ID
Description: lcp_nak got nak containing out-of-range option.
PPP.033 |
Level: UE-ERROR
Short Syntax: PPP.033 out-ordr lcp nak opt lcp_option,, nt network ID
Long Syntax: PPP.033 Bad LCP nak option = lcp_option,, on network network ID
Description: lcp_nak got nak containing out-of-order option.
PPP.034 |
Level: UE-ERROR
Short Syntax: PPP.034 Bd lcp nak opt lcp_option, shrt, nt network ID
Long Syntax: PPP.034 Bad LCP nak option = lcp_option,, data too short, on network network ID
Description: lcp_nak got nak containing option with insufficient data.
PPP.035 |
Level: P_TRACE
Short Syntax: PPP.035 mk mru mru
Long Syntax: PPP.035 making max receive unit with value mru
Description: lcp_option built mru.
PPP.036 |
Level: P_TRACE
Short Syntax: PPP.036 mk accm 0x accm
Long Syntax: PPP.036 making accm = 0x accm
Description: lcp_option built accm.
PPP.037 |
Level: P_TRACE
Short Syntax: PPP.037 mk aut 0x auth
Long Syntax: PPP.037 making authorization protocol with value 0x auth
Description: lcp_option built authorization.
PPP.038 |
Level: P_TRACE
Short Syntax: PPP.038 mk mag 0x magic_number
Long Syntax: PPP.038 making magic number with value 0x magic_number
Description: lcp_option built magic number.
PPP.039 |
Level: P_TRACE
Short Syntax: PPP.039 mk pfc
Long Syntax: PPP.039 making protocol compression
Description: lcp_option built protocol compression.
PPP.040 |
Level: P_TRACE
Short Syntax: PPP.040 mk acfc
Long Syntax: PPP.040 making address/control field compression
Description: lcp_option built address/control compression.
PPP.041 |
Level: P_TRACE
Short Syntax: PPP.041 mk qp 0x protocol, period
Long Syntax: PPP.041 making quality protocol = 0x protocol,, period = period
Description: lcp_option built quality.
PPP.042 |
Level: P_TRACE
Short Syntax: PPP.042 mk fcs
Long Syntax: PPP.042 making 32-bit fcs
Description: lcp_option built 32-bit fcs.
PPP.043 |
Level: P_TRACE
Short Syntax: PPP.043 mk lcp unk option
Long Syntax: PPP.043 making unknown lcp option option
Description: lcp_option built an unrecognized option.
PPP.044 |
Level: P_TRACE
Short Syntax: PPP.044 ck mru mru
Long Syntax: PPP.044 checking max receive unit with value mru
Description: lcp_check processed mru.
PPP.045 |
Level: P_TRACE
Short Syntax: PPP.045 ck accm 0x accm
Long Syntax: PPP.045 checking accm = 0x accm
Description: lcp_check processed accm.
PPP.046 |
Level: P_TRACE
Short Syntax: PPP.046 ck aut 0x auth
Long Syntax: PPP.046 checking authorization protocol with value 0x auth
Description: lcp_check processed authorization.
PPP.047 |
Level: P_TRACE
Short Syntax: PPP.047 ck mag 0x magic_number
Long Syntax: PPP.047 checking magic number with value 0x magic_number
Description: lcp_check processed magic number.
PPP.048 |
Level: P_TRACE
Short Syntax: PPP.048 ck pfc
Long Syntax: PPP.048 checking protocol compression
Description: lcp_check processed protocol compression.
PPP.049 |
Level: P_TRACE
Short Syntax: PPP.049 ck acfc
Long Syntax: PPP.049 checking address/control field compression
Description: lcp_check processed address/control compression.
PPP.050 |
Level: P_TRACE
Short Syntax: PPP.050 ck qp 0x protocol, period
Long Syntax: PPP.050 checking quality protocol = 0x protocol,, period = period
Description: lcp_check processed quality.
PPP.051 |
Level: P_TRACE
Short Syntax: PPP.051 ck fcs
Long Syntax: PPP.051 checking 32-bit fcs
Description: lcp_check processed 32-bit fcs.
PPP.052 |
Level: P_TRACE
Short Syntax: PPP.052 ck lcp unk option
Long Syntax: PPP.052 checking unknown lcp option option
Description: lcp_check processed an unrecognized option.
PPP.053 |
Level: C-TRACE
Short Syntax: PPP.053 state, routine_name, nt network ID
Long Syntax: PPP.053 state = state,, called routine_name,, on network network ID
Description: Called the specified cp routine.
PPP.054 |
Level: UE-ERROR
Short Syntax: PPP.054 Bd control_protocol, ack id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.054 Bad control_protocol, ack id, expected exp_id,, got got_id,, on network network ID
Description: xxcp_ack got config ack with bad id.
PPP.055 |
Level: UE-ERROR
Short Syntax: PPP.055 Bad control_protocol, ack lngth nt network ID
Long Syntax: PPP.055 Bad control_protocol, ack length on network network ID
Description: xxcp_ack got config ack with bad length.
PPP.056 |
Level: UE-ERROR
Short Syntax: PPP.056 msmtchd control_protocol, ack, nt network ID
Long Syntax: PPP.056 mis-matched data in control_protocol, ack, on network network ID
Description: xxcp_ack got ack whose data doesn't match our request.
PPP.057 |
Level: UE-ERROR
Short Syntax: PPP.057 Bd control_protocol, nak id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.057 Bad control_protocol, nak id, expected exp_id,, got got_id,, on network network ID
Description: xxcp_nak got nak with bad id.
PPP.058 |
Level: UE-ERROR
Short Syntax: PPP.058 Bd control_protocol, nak lngth, nt network ID
Long Syntax: PPP.058 Bad control_protocol, nak length, on network network ID
Description: xxcp_nak got nak with bad length.
PPP.059 |
Level: UE-ERROR
Short Syntax: PPP.059 Bd control_protocol, nak opt ipcp_option,, nt network ID
Long Syntax: PPP.059 Bad control_protocol, nak option = ipcp_option,, on network network ID
Description: xxcp_nak got nak containing out-of-range option.
PPP.060 |
Level: UE-ERROR
Short Syntax: PPP.060 out-ordr control_protocol, nak opt ipcp_option,, nt network ID
Long Syntax: PPP.060 Bad control_protocol, nak option = ipcp_option,, on network network ID
Description: xxcp_nak got nak containing out-of-order option.
PPP.061 |
Level: UE-ERROR
Short Syntax: PPP.061 Bd control_protocol, nak opt ipcp_option, shrt, nt network ID
Long Syntax: PPP.061 Bad control_protocol, nak option = ipcp_option,, data too short, on network network ID
Description: xxcp_nak got nak containing option with insufficient data.
PPP.062 |
Level: UE-ERROR
Short Syntax: PPP.062 Bd control_protocol, rej id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.062 Bad control_protocol, reject id, expected exp_id,, got got_id,, on network network ID
Description: xxcp_rej got reject with bad id.
PPP.063 |
Level: UE-ERROR
Short Syntax: PPP.063 Bd control_protocol, rej lngth, nt network ID
Long Syntax: PPP.063 Bad control_protocol, reject length, on network network ID
Description: xxcp_rej got reject with bad length.
PPP.064 |
Level: UE-ERROR
Short Syntax: PPP.064 Bd control_protocol, rej opt ipcp_option,, nt network ID
Long Syntax: PPP.064 Bad control_protocol, reject option = ipcp_option,, on network network ID
Description: xxcp_rej got reject containing out-of-range option.
PPP.065 |
Level: UE-ERROR
Short Syntax: PPP.065 out-ordr control_protocol, rej opt ipcp_option,, nt network ID
Long Syntax: PPP.065 Bad control_protocol, reject option = ipcp_option,, on network network ID
Description: xxcp_rej got reject containing out-of-order option.
PPP.066 |
Level: P_TRACE
Short Syntax: PPP.066 mk ads src_addr, dest_addr
Long Syntax: PPP.066 making IPCP addresses option, addresses = src_addr, dest_addr
Description: ipcp_option built (deprecated) IPCP addresses option.
PPP.067 |
Level: P_TRACE
Short Syntax: PPP.067 mk cmp 0x comp_protocol, slots,/ slot_compress
Long Syntax: PPP.067 making compression option 0x comp_protocol,, slots = slots,, slot_compress = slot_compress
Description: ipcp_option built compression option.
PPP.068 |
Level: P_TRACE
Short Syntax: PPP.068 mk ad ip_address
Long Syntax: PPP.068 making IPCP address option, address = ip_address
Description: ipcp_option built ipcp address option.
PPP.069 |
Level: P_TRACE
Short Syntax: PPP.069 mk protocol, unk option
Long Syntax: PPP.069 making unknown protocol, option option
Description: {ipcp,dncp}_option built unrecognized option.
PPP.070 |
Level: P_TRACE
Short Syntax: PPP.070 ck ads src_addr, dest_addr
Long Syntax: PPP.070 checking IPCP addresses option, addresses = src_addr, dest_addr
Description: ipcp_check processed (deprecated) IPCP addresses option.
PPP.071 |
Level: P_TRACE
Short Syntax: PPP.071 ck cmp 0x comp_protocol, slots,/ slot_compress
Long Syntax: PPP.071 checking compression option 0x comp_protocol,, slots = slots,, slot_compress = slot_compress
Description: ipcp_check processed compression option.
PPP.072 |
Level: P_TRACE
Short Syntax: PPP.072 ck ad ip_address
Long Syntax: PPP.072 checking IPCP address option, address = ip_address
Description: ipcp_check processed ipcp address option.
PPP.073 |
Level: P_TRACE
Short Syntax: PPP.073 ck control_protocol, unk option
Long Syntax: PPP.073 checking unknown control_protocol, option option
Description: ipcp_check processed ipcp unrecognized option.
PPP.074 |
Level: UE-ERROR
Short Syntax: PPP.074 Bd control_protocol, req hdr lngth, nt network ID
Long Syntax: PPP.074 Bad control_protocol, request header length, on network network ID
Description: xxcp_req got request with bad header length.
PPP.075 |
Level: UE-ERROR
Short Syntax: PPP.075 Bd control_protocol, req opt ipcp_option, shrt, nt network ID
Long Syntax: PPP.075 Bad control_protocol, request option = ipcp_option,, data too short, on network network ID
Description: xxcp_req got request containing option with insufficient data.
PPP.076 |
Level: C-TRACE
Short Syntax: PPP.076 control_protocol, req rslt: ipcp_rslt,, opt ipcp_option,, ln opt_len,, nt network ID
Long Syntax: PPP.076 control_protocol, request result: ipcp_rslt,, option = ipcp_option,, length = opt_len,, on network network ID
Description: Result, so far, of processing one option.
PPP.077 |
Level: UE-ERROR
Short Syntax: PPP.077 bd rcv len, pk hdr_len, dr i_bxfr, nt network ID
Long Syntax: PPP.077 bad length on received data, packet length = hdr_len,, driver says i_bxfr,, on network network ID
Description: The length field of an LCP, AP, or NCP packet didn't match the i_bxfr of the iorb.
PPP.078 |
Level: C-INFO
Short Syntax: PPP.078 Mdm sts chg, DCD dcd CTS cts nt network ID
Long Syntax: PPP.078 Modem status changed DCD = dcd CTS = cts on network network ID
Description: A modem status change has occurred. The present state is described.
PPP.079 |
Level: UE-ERROR
Short Syntax: PPP.079 prt rej rcv, prt 0x protocol) nt network ID
Long Syntax: PPP.079 protocol reject received for protocol 0x protocol) on network network ID
Description: Got a protocol reject packet from the link.
PPP.080 |
Level: UE-ERROR
Short Syntax: PPP.080 rc bd cd packet_type, prt prot_type, nt network ID
Long Syntax: PPP.080 Received bad code ( packet_type,) for prot prot_type,, on network network ID
Description: A packet from the net had a type which is not supported for that protocol.
PPP.081 |
Level: UE-ERROR
Short Syntax: PPP.081 rc bd mgc 0x rcv_magic_num,, ours 0x our_magic_num, nt network ID
Long Syntax: PPP.081 Received bad magic number 0x rcv_magic_num,, ours is 0x our_magic_num,, on network network ID
Description: Didn't get magic number we wanted. If we got our own (the two args match) the link is looped back.
PPP.082 |
Level: UE-ERROR
Short Syntax: PPP.082 lpbk nt network ID
Long Syntax: PPP.082 link appears to be looped back on network network ID
Description: Excessive magic number collisions while trying to configure link.
PPP.083 |
Level: UI-ERROR
Short Syntax: PPP.083 Srl prt fl: 0x status, nt network ID
Long Syntax: PPP.083 Serial port failed init, stat: 0x status,, network network ID
Description: ppp_slftst2 observed bad status in (netp->n_idctp)->d_flg after init.
PPP.084 |
Level: C-INFO
Short Syntax: PPP.084 Req brng up DN nt network ID
Long Syntax: PPP.084 Request to bring up DECNET IV, on network network ID
Description: ppp_prinit routine called for Decnet IV protocol.
PPP.085 |
Level: UE-ERROR
Short Syntax: PPP.085 rc no mgc nt network ID
Long Syntax: PPP.085 Received message without a magic number, on network network ID
Description: A received packet which should have had a magic number (ECHO REQ, ECHO ACK, QUALITY REPORT, DISC REQ), didn't.
PPP.086 |
Level: C-INFO
Short Syntax: PPP.086 Req brng up IPX nt network ID
Long Syntax: PPP.086 Request to bring up IPX, on network network ID
Description: ppp_prinit routine called for IPX protocol.
PPP.087 |
Level: C-INFO
Short Syntax: PPP.087 Req brng up SRT nt network ID
Long Syntax: PPP.087 Request to bring up SRT, on network network ID
Description: ppp_prinit routine called for SRT protocol.
PPP.088 |
Level: C-INFO
Short Syntax: PPP.088 BNCP changed SR seg num from oldsegnum to newsegnum on port port nt network ID
Long Syntax: PPP.088 Bridging control protocol changed source route segment number from oldsegnum to newsegnum on port port, network network ID
Description: As a result of negotiating the source route line ID, the local side of the link changed its source route segment number.
PPP.089 |
Level: C-TRACE
Short Syntax: PPP.089 DROP: rcvd STB bdgd pkt but bdging dsbld on nt network
Long Syntax: PPP.089 Dropping the received Spanning Tree Bridged packet but bridging is disabled on network network
Description: A Bridged packet is received on this PPP interface even though the Spanning Tree Bridging is not enabled on this interface or STB is disabled in the box.
PPP.090 |
Level: C-INFO
Short Syntax: PPP.090 Req brng up AppleTalk nt network ID
Long Syntax: PPP.090 Request to bring up AppleTalk, on network network ID
Description: ppp_prinit routine called for Appletalk protocol.
PPP.091 |
Level: UE-ERROR
Short Syntax: PPP.091 ATCP add opt rejected on nt network ID - no common net num
Long Syntax: PPP.091 ATCP address option rejected on network network ID - no common network number
Description: An ATCP configuration reject will be sent because the AppleTalk Address option did not contain a common network number for the PPP link.
PPP.092 |
Level: UE-ERROR
Short Syntax: PPP.092 ATCP add opt rejected on nt network ID - remote's node ID invalid node_id
Long Syntax: PPP.092 ATCP address option rejected on network network ID - remote side's node ID is invalid node_id
Description: An ATCP configuration reject will be sent because the AppleTalk Address option from the remote side contained an invalid node ID.
PPP.093 |
Level: C-INFO
Short Syntax: PPP.093 Req brng up OSI nt network ID
Long Syntax: PPP.093 Request to bring up OSI, on network network ID
Description: ppp_prinit routine called for OSI protocol.
PPP.094 |
Level: C-TRACE
Short Syntax: PPP.094 CCP rec reset-req nt network ID
Long Syntax: PPP.094 CCP received compression reset-req on network network ID
Description: CCP received a reset request from the remote host. This is likely due to lost or corrupted packets.
PPP.095 |
Level: C-TRACE
Short Syntax: PPP.095 CCP snd reset-req nt network ID
Long Syntax: PPP.095 CCP sent compression reset-req on network network ID
Description: CCP sent a reset request to the remote host. This is due to lost or corrupted packets.
PPP.096 |
Level: C-TRACE
Short Syntax: PPP.096 CCP rec reset-ack nt network ID
Long Syntax: PPP.096 CCP received compression reset-ack on network network ID
Description: CCP received a reset acknowledge from the remote host.
PPP.097 |
Level: UE-ERROR
Short Syntax: PPP.097 Bd control_protocol, reset-ack id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.097 Bad control_protocol, reset-ack id, expected exp_id,, got got_id,, on network network ID
Description: xxcp_reset_ack got reset ack with bad id.
PPP.098 |
Level: UE-ERROR
Short Syntax: PPP.098 Bad alg_name, seq/FCS, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.098 alg_name, decompress, bad sequence or FCS, expected exp_id,, got got_id,, on network network ID
Description: A compressed packet was receive with an unexpected sequence number or a check value that doesn't match the received data. This is due to missing or corrupted packets.
PPP.099 |
Level: C-TRACE
Short Syntax: PPP.099 CCP mk opt_id, sz len, opt optval
Long Syntax: PPP.099 CCP make option opt_id, length len, optionval optval
Description: CCP created an option of this type.
PPP.100 |
Level: UE-ERROR
Short Syntax: PPP.100 CCP bad packet nt network ID
Long Syntax: PPP.100 CCP decompressor dropped a bad packet, network network ID
Description: PPP data decompress dropped a bad packet.
PPP.101 |
Level: C-INFO
Short Syntax: PPP.101 ccinit typename, will will_neg, mem mem,, nt network ID.
Long Syntax: PPP.101 CCP init: typename, will_negotiate will_neg, maxmem mem,, net network ID.
Description: Boot time list of CCP's available compressors and their cost.
PPP.103 |
Level: C-INFO
Short Syntax: PPP.103 CCP dis nt network ID.
Long Syntax: PPP.103 CCP data compression disabled at boot time, net network ID.
Description: CCP data compression is disabled on this interface.
PPP.104 |
Level: C-TRACE
Short Syntax: PPP.104 uncmp pkt; cmp len cmp_len, > orig orig_len, ( action,); nt network ID
Long Syntax: PPP.104 Uncompressible packet: compressed len cmp_len, >= uncompressed len orig_len, ( action,), nt network ID.
Description: CCP Compressor found an incompressible packet. Normally the original uncompressed packet is sent instead.
PPP.105 |
Level: C-TRACE
Short Syntax: PPP.105 CCP have proto, got opt, ( ob1, ob2, ob3)
Long Syntax: PPP.105 CCP proto proto, option is opt, ( ob1, ob2, ob3).
Description: Another router sent a configuration request containing options.
PPP.106 |
Level: UE-ERROR
Short Syntax: PPP.106 CDP gnt pkt got, (> mru).
Long Syntax: PPP.106 CDP saw a giant packet of length got, (> mru).
Description: The router received a compressed packet with too much data.
PPP.107 |
Level: C-TRACE
Short Syntax: PPP.107 STAC pkt after reset ( res_id,) nt network ID.
Long Syntax: PPP.107 STAC received a packet after reset ( res_id,) net network ID.
Description: A packet was discarded while waiting for Reset Acknowledge.
PPP.108 |
Level: UI-ERROR
Short Syntax: PPP.108 Ignoring extra IP addr: addr = ip_address nt network ID
Long Syntax: PPP.108 Ignoring multiple IP addresses configured on single PPP link, local address = ip_address, on network network ID
Description: IP/PPP can only support one IP address per PPP interface. When you configure multiple IP addresses on a single PPP interface, the router ignores all but the first IP address. This message indicates that the router is ignoring an IP address.
PPP.109 |
Level: UI-ERROR
Short Syntax: PPP.109 CCP rcv CODE_REJ code, nt network ID.
Long Syntax: PPP.109 CCP received CODE_REJ for code code,, net network ID.
Description: CCP received a CODE_REJect for a CCP packet. Code 14 is RESET-REQ and remote hosts not supporting compression reset may reject it. The router terminates the CCP connection and may restart on its own.
PPP.110 |
Level: C-INFO
Short Syntax: PPP.110 CCP dir, no buf net network ID.
Long Syntax: PPP.110 CCP dir,put no buffers available net network ID.
Description: CCP tried to allocate an input or output buffer and failed.
PPP.111 |
Level: C-TRACE
Short Syntax: PPP.111 CCP R-req timeout nt network ID.
Long Syntax: PPP.111 CCP Reset-req timeout expired net network ID.
Description: CCP sent a reset request and timed out waiting for an acknowledgement.
PPP.112 |
Level: C-INFO
Short Syntax: PPP.112 Req brng up APPN ISR nt network ID
Long Syntax: PPP.112 Request to bring up APPN ISR, on network network ID
Description: ppp_prinit routine called for APPN ISR protocol.
PPP.113 |
Level: C-INFO
Short Syntax: PPP.113 Req brng up APPN HPR nt network ID
Long Syntax: PPP.113 Request to bring up APPN HPR, on network network ID
Description: ppp_prinit routine called for APPN HPR protocol.
PPP.114 |
Level: C-INFO
Short Syntax: PPP.114 message
Long Syntax: PPP.114 message
Description: Special event messages - used for internal development.
PPP.116 |
Level: C-INFO
Short Syntax: PPP.116 PAP Rcv packet_type, nt network ID.
Long Syntax: PPP.116 PAP Received packet_type, net network ID.
Description: PAP received an ACK or NAK on an authentication request.
PPP.117 |
Level: UE-ERROR
Short Syntax: PPP.117 Bd id, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.117 Bad id, expected exp_id,, got got_id,, on network network ID
Description: PAP or CHAP or MSCHAP packet with id different than expected.
PPP.118 |
Level: UE-ERROR
Short Syntax: PPP.118 protocol, Bd typ type, nt network ID.
Long Syntax: PPP.118 protocol, Bad Packet Type type, net network ID.
Description: PAP or CHAP or MSCHAP got a packet type that was illegal.
PPP.119 |
Level: P-TRACE
Short Syntax: PPP.119 CHAP rcv pkt packet_type, nt network ID.
Long Syntax: PPP.119 CHAP receive packet type packet_type, on net network ID.
Description: CHAP or MSCHAP received a packet.
PPP.120 |
Level: P-TRACE
Short Syntax: PPP.120 CHAP snd pkt packet_type, nt network ID.
Long Syntax: PPP.120 CHAP sent packet type packet_type, on net network ID.
Description: CHAP or MSCHAP sent a packet.
PPP.121 |
Level: UE-ERROR
Short Syntax: PPP.121 CHAP bad len nt network ID.
Long Syntax: PPP.121 CHAP bad response length net network ID.
Description: CHAP or MSCHAP received a response packet that was too short.
PPP.124 |
Level: C-INFO
Short Syntax: PPP.124 protocol, msg message, nt network ID.
Long Syntax: PPP.124 protocol, messsage message, net network ID.
Description: PAP or CHAP or MSCHAP reply packet contained a plaintext message.
PPP.125 |
Level: C-INFO
Short Syntax: PPP.125 CHAP CHAL direction, name= name, nt network ID.
Long Syntax: PPP.125 CHAP CHAL direction, name= name, nt network ID.
Description: A CHAP or MSCHAP challenge was issued or received.
PPP.126 |
Level: C-INFO
Short Syntax: PPP.126 CHAP RESP direction, name= name, nt network ID.
Long Syntax: PPP.126 CHAP RESP direction, name= name, nt network ID.
Description: A response to a CHAP or MSCHAP challenge was issued or received.
PPP.127 |
Level: C-INFO
Short Syntax: PPP.127 PAP REQ direction, name= name, nt network ID.
Long Syntax: PPP.127 PAP REQ direction, name= name, nt network ID.
Description: A PAP request was issued or received.
PPP.128 |
Level: CE-ERROR
Short Syntax: PPP.128 Rcvd illegal protocol, nt network ID.
Long Syntax: PPP.128 Rcvd illegal protocol, nt network ID.
Description: received a PAP or CHAP or MSCHAP packet that did not correspond to the negotiated options.
PPP.129 |
Level: C-TRACE
Short Syntax: PPP.129 protocol, flag, done nt network ID.
Long Syntax: PPP.129 protocol, flag, Authentication complete net network ID.
Description: Either local or remote authentication completed successfully.
PPP.130 |
Level: C-INFO
Short Syntax: PPP.130 Auth done nt network ID.
Long Syntax: PPP.130 Authentication completed successfully on net network ID.
Description: All authentication completed successfully.
PPP.131 |
Level: C-TRACE
Short Syntax: PPP.131 protocol, fcn_name, nt network ID.
Long Syntax: PPP.131 protocol, fcn_name, net network ID.
Description: Called the specified authentication function.
PPP.132 |
Level: C-TRACE
Short Syntax: PPP.132 No name cfgrd nt network ID.
Long Syntax: PPP.132 No name configured net network ID.
Description: No name is configured on this PPP interface
PPP.133 |
Level: P-TRACE
Short Syntax: PPP.133 LCP Ident: message, nt network ID.
Long Syntax: PPP.133 LCP Identification: message, on net network ID
Description: LCP Identification Packet Received
PPP.134 |
Level: C-INFO
Short Syntax: PPP.134 seconds, seconds remaining pkt typ packet_type, nt network ID.
Long Syntax: PPP.134 seconds, seconds remaining packet type packet_type, on net network ID
Description: TIME REMAINING Packet Received
PPP.135 |
Level: P-TRACE
Short Syntax: PPP.135 time rem start seconds, seconds net network ID.
Long Syntax: PPP.135 Time Remaining Started with seconds, Seconds Remaining net network ID.
Description: Time Remaining Started
PPP.136 |
Level: P-TRACE
Short Syntax: PPP.136 time rem sent seconds, seconds left net network ID..
Long Syntax: PPP.136 Time Remaining Packet Sent seconds, Seconds Remaining net network ID
Description: TIME REMAINING Packet Sent
PPP.137 |
Level: C-INFO
Short Syntax: PPP.137 No Time Remaining! Forced Shutdown net network ID.
Long Syntax: PPP.137 No Time Remaining! Forced Shutdown net network ID.
Description: No Time Remaining! Forced Shutdown
PPP.138 |
Level: P-TRACE
Short Syntax: PPP.138 protocol, snd pkt packet_type, id id, nt network ID.
Long Syntax: PPP.138 protocol, sent packet type packet_type, id= id, on net network ID.
Description: Authentication protocol sent a packet.
PPP.139 |
Level: P-TRACE
Short Syntax: PPP.139 protocol, rcv pkt packet_type, nt network ID.
Long Syntax: PPP.139 protocol, receive packet type packet_type, on net network ID.
Description: Authentication protocol received a packet.
PPP.140 |
Level: C-INFO
Short Syntax: PPP.140 protocol, Rcv packet_type, nt network ID.
Long Syntax: PPP.140 protocol, Received packet_type, net network ID.
Description: Authentication protocol received an ACK or NAK on an authentication request.
PPP.141 |
Level: P-TRACE
Short Syntax: PPP.141 Rcvd what, prtcl=0x protocol), len= length, nt network ID.
Long Syntax: PPP.141 Packet ( what) Received, protocol=0x protocol), length= length, net network ID.
Description: PPP received a packet. The "what" parameter indicates whether the packet was really received as a regular packet "pkt" or whether it was received as a compressed data packet "CDP". The protocol and lengths shown are after decompression has taken place.
PPP.143 |
Level: P-TRACE
Short Syntax: PPP.143 Unlimited Seconds Remaining for net network ID.
Long Syntax: PPP.143 Unlimited Seconds Remaining net network ID.
Description: Unlimited Time Remaining
PPP.144 |
Level: P-TRACE
Short Syntax: PPP.144 Unlimited Time Remaining Packet Sent net network ID..
Long Syntax: PPP.144 Unlimited Time Remaining Packet Sent net network ID
Description: Unlimited Time Remaining Packet Sent
PPP.145 |
Level: U-INFO
Short Syntax: PPP.145 Test # test_number triggered, nt network ID. --> test_description
Long Syntax: PPP.145 Test # test_number triggered on net network ID. Description: test_description
Description: A special diagnostic test has been triggered.
PPP.146 |
Level: UE-ERROR
Short Syntax: PPP.146 CDP decomp err: data exceeds MRU, nt network ID.
Long Syntax: PPP.146 CDP decompression error; expanded data length > MRU, net network ID
Description: Data decompression expanded a packet to produce a PPP information field which exceeds the negotiated MRU value. This could be due to a problem at the sending end rather than the receiver, or due to corrupt data in the received packet.
PPP.147 |
Level: U-INFO
Short Syntax: PPP.147 MRU reduced (was old_mru,, now new_mru,), nt network ID.
Long Syntax: PPP.147 MRU has been reduced, from old_mru, to new_mru,, net network ID.
Description: The MRU value being used on a PPP link has been reduced from the configured value, because the underlying link won't support the configured MRU. The base cause of this is that the underlying link framesize is not large enough to contain a complete PPP packet with the specified MRU. This most likely will occur on an ISDN dial circuit, where the framesize configured for the ISDN base net is too small for PPP packets with the specified MRU to be sent.
Action: As long as the new MRU value is acceptable, no action needed. Otherwise, reconfigure the PPP interface to have a smaller MRU which fits in the base link framing, or increase the framesize parameters for the underlying link to handle the specified PPP MRU value.
PPP.148 |
Level: UI-ERROR
Short Syntax: PPP.148 Init MRU= mru, too small (<1500) for PPP nt network ID.
Long Syntax: PPP.148 Initial MRU value of mru, is too small, net network ID.
Description: The initial MRU value being used on a PPP link is too small to allow proper operation of the link. This error indicates that the internal input data buffers are too small to receive PPP frames with 1500 bytes of data. PPP requires the ability to handle 1500 bytes of data -- smaller MRU values can be negotiated via LCP, but until this is done the MRU is 1500. The base cause of this message is that the underlying link framesize is not large enough to contain a complete PPP packet with the default MRU size of 1500. Note that the problem here is *not* with the configured PPP MRU value, as this is merely the value which gets negotiated via LCP and can ultimately be less than 1500; instead, the problem is that the data buffers aren't large enough for PPP to revert to 1500 byte packets in case of loss of sync or renegotiation of the MRU. The network will probably function though as long as a smaller MRU is negotiated, since control packets would rarely be long enough to pose a problem. This most likely will occur on an ISDN dial circuit, where the framesize configured for the ISDN base net is too small to carry a PPP packet with 1500 data bytes.
Action: Reconfigure the underlying link parameters (such as the ISDN framesize). If the problem persists, contact customer service.
PPP.149 |
Level: P-TRACE
Short Syntax: PPP.149 Rcv pkt discard, rsn= reason,, nt network ID
Long Syntax: PPP.149 Input packet discarded, reason= reason,, nt network ID
Description: PPP discarded a packet it received.
Action: None; informational message only.
PPP.150 |
Level: P_TRACE
Short Syntax: PPP.150 Pkt data= data... nt network ID
Long Syntax: PPP.150 Packet data= data... net network ID
Description: This informational message simply displays the first several bytes of data in a packet. It always comes out in conjunction with some other ELS message and should never be produced as a standalone message. The exact data displayed, and where it comes from within the packet, are dependent on the event which resulted in producing this message.
Action: None; informational message only.
PPP.151 |
Level: C-INFO
Short Syntax: PPP.151 Net dwn, why,, nt network ID
Long Syntax: PPP.151 Signalling a net down on network, cause= why,, network ID
Description: PPP signalling a net-down event to higher layers.
PPP.152 |
Level: C_INFO
Short Syntax: PPP.152 Effective MRU changed from old_mru, to new_mru,, nt network ID
Long Syntax: PPP.152 Effective MRU changed from old_mru, to new_mru,, net network ID
Description: The effective MRU has changed on a link which is already marked as 'up'; PPP is signalling a special 'net up' type of event to indicate that the MRU size has altered. This typically occurs when encryption is activated, or on dial- on-demand circuits when the ends negotiate a value for the MRU which differs from the configured value.
PPP.153 |
Level: P-TRACE
Short Syntax: PPP.153 Sent pkt, prtcl=0x protocol), len= length, rc= rc ( status), nt network ID.
Long Syntax: PPP.153 Packet Sent, protocol=0x protocol), length= length, status= rc ( status), net network ID.
Description: PPP sent a packet. This actually means it handed off the packet to be delivered by the underlying device driver. It is possible that the device driver or the Bandwidth Reservation system blocked the actual transmission of the packet - this would be indicated by a non-zero value for the status (return code) value. The protocol and length values are the values prior to data compression, if a packet is sent in compressed form.
PPP.154 |
Level: C-INFO
Short Syntax: PPP.154 CCP start cmp algorithm options, nt network ID
Long Syntax: PPP.154 CCP start compressor algorithm options, on network network ID
Description: CCP has successfully negotiated a compression algorithm.
PPP.155 |
Level: C-INFO
Short Syntax: PPP.155 CCP start dcmp algorithm options, nt network ID
Long Syntax: PPP.155 CCP start decompressor algorithm options, on network network ID
Description: CCP has successfully negotiated a decompression algorithm.
PPP.156 |
Level: C-INFO
Short Syntax: PPP.156 CCP stop cmp algorithm, nt network ID
Long Syntax: PPP.156 CCP stop compressor algorithm, on network network ID
Description: CCP has shutdown compression.
PPP.157 |
Level: C-INFO
Short Syntax: PPP.157 CCP stop dcmp algorithm, nt network ID
Long Syntax: PPP.157 CCP stop decompressor algorithm, on network network ID
Description: CCP has shutdown decompression.
PPP.158 |
Level: C-INFO
Short Syntax: PPP.158 PPP net down, nt network ID
Long Syntax: PPP.158 PPP net down, on network network ID
Description: The PPP link has gone down. This may be due to an externally signalled event, or due to some internally generated PPP event which will be reported via PPP_151.
PPP.159 |
Level: C-INFO
Short Syntax: PPP.159 PPP link down (disconnect on dial link), nt network ID
Long Syntax: PPP.159 PPP link down (disconnect on dial link), on network network ID
Description: The PPP link has gone down on a dial circuit. This differs from event PPP_158 in that the link is down from PPP's perspective, but the network interface is still up from the layer-3 protocols' perspective (for example, on a dial-on-demand circuit which has disconnected because the ISDN idle timer has expired).
PPP.160 |
Level: C-INFO
Short Syntax: PPP.160 PPP link disabled, nt network ID
Long Syntax: PPP.160 PPP link disabled, on network network ID
Description: A PPP link was disabled.
PPP.161 |
Level: P_TRACE
Short Syntax: PPP.161 ck mrru mrru
Long Syntax: PPP.161 checking max reconstructed receive unit with value mrru
Description: lcp_check processed mrru.
PPP.162 |
Level: P_TRACE
Short Syntax: PPP.162 ck short seqnos
Long Syntax: PPP.162 checking short sequence numbers
Description: lcp_check processed short seqnos.
PPP.163 |
Level: P_TRACE
Short Syntax: PPP.163 ck endpt discr. cls= class addr= addr
Long Syntax: PPP.163 checking endpoint discriminator class= class,addr= addr
Description: lcp_check processed endpoint discriminator.
PPP.164 |
Level: P_TRACE
Short Syntax: PPP.164 ck link discr= LD
Long Syntax: PPP.164 checking link discriminator = LD
Description: lcp_check processed link discriminator.
PPP.165 |
Level: C-INFO
Short Syntax: PPP.165 Assigning IP Address ip_address, nt network ID
Long Syntax: PPP.165 Assigning IP Address ip_address, nt network ID
Description: IP address for IPCP negotation assigned
PPP.167 |
Level: C-TRACE
Short Syntax: PPP.167 ECP mk opt_id, sz len, opt optval
Long Syntax: PPP.167 ECP make option opt_id, length len, optionval optval
Description: ECP created an option of this type.
PPP.168 |
Level: C-TRACE
Short Syntax: PPP.168 ECP have proto, got opt, ( ob1, ob2, ob3)
Long Syntax: PPP.168 ECP proto proto, option is opt, ( ob1, ob2, ob3).
Description: Another router sent a configuration request containing options.
PPP.169 |
Level: C-TRACE
Short Syntax: PPP.169 ECP rec reset-req nt network ID
Long Syntax: PPP.169 ECP received encryption reset-req on network network ID
Description: ECP received a reset request from the remote host. This is likely due to lost or corrupted packets.
PPP.170 |
Level: C-TRACE
Short Syntax: PPP.170 ECP rec reset-ack nt network ID
Long Syntax: PPP.170 ECP received encryption reset-ack on network network ID
Description: ECP received a reset acknowledge from the remote host.
PPP.171 |
Level: UI-ERROR
Short Syntax: PPP.171 ECP rcv CODE_REJ code, nt network ID.
Long Syntax: PPP.171 ECP received CODE_REJ for code code,, net network ID.
Description: ECP received a CODE_REJect for a ECP packet. Code 14 is RESET-REQ and remote hosts not supporting encryption reset may reject it. The router terminates the ECP connection and may restart on its own.
PPP.172 |
Level: C-INFO
Short Syntax: PPP.172 ECP dis nt network ID.
Long Syntax: PPP.172 ECP data encryption disabled at boot time, net network ID.
Description: ECP data encryption is disabled on this interface.
PPP.173 |
Level: C-INFO
Short Syntax: PPP.173 ccinit typename, will will_neg, mem mem,, nt network ID.
Long Syntax: PPP.173 ECP init: typename, will_negotiate will_neg, maxmem mem,, net network ID.
Description: Boot time list of ECP's available encrypters and their cost.
PPP.174 |
Level: C-INFO
Short Syntax: PPP.174 ECP dir, no buf net network ID.
Long Syntax: PPP.174 ECP dir,put no buffers available net network ID.
Description: ECP tried to allocate an input or output buffer and failed.
PPP.175 |
Level: C-TRACE
Short Syntax: PPP.175 ECP snd reset-req nt network ID
Long Syntax: PPP.175 ECP sent encryption reset-req on network network ID
Description: ECP sent a reset request to the remote host. This is due to lost or corrupted packets.
PPP.176 |
Level: UE-ERROR
Short Syntax: PPP.176 Bad alg_name, seq, exp exp_id, gt got_id,, nt network ID
Long Syntax: PPP.176 alg_name, decrypt, bad sequence id, expected exp_id,, got got_id,, on network network ID
Description: ADC data decrypt got bad sequence number. This is due to missing packets.
PPP.177 |
Level: UE-ERROR
Short Syntax: PPP.177 Malformed encrypted packet, nt network ID
Long Syntax: PPP.177 Decrypter dropped a malformed packet, network network ID
Description: An encrypted packet was received but discarded because it was malformed (bad length or similar) and could not be decoded.
PPP.178 |
Level: P_TRACE
Short Syntax: PPP.178 mk mrru mrru
Long Syntax: PPP.178 making max reconstructed receive unit with value mrru
Description: lcp_option built mrru.
PPP.179 |
Level: P_TRACE
Short Syntax: PPP.179 mk endpt discriminator
Long Syntax: PPP.179 making endpoint discriminator
Description: lcp_option built endpt discriminator.
PPP.180 |
Level: P_TRACE
Short Syntax: PPP.180 mk link discriminator
Long Syntax: PPP.180 making link discriminator
Description: lcp_option built link discriminator.
PPP.181 |
Level: CE-ERROR
Short Syntax: PPP.181 Duplicate address address nt network ID
Long Syntax: PPP.181 IPCP negotiated IP address address is being used by another host nt network ID
Description: Another host responded to an ARP for this IP address, route will not be added.
PPP.182 |
Level: C-INFO
Short Syntax: PPP.182 Added route from from to to mask mask
Long Syntax: PPP.182 Added route from from to to mask mask
Description: Added new static route for dialin client or LAN
PPP.183 |
Level: C-INFO
Short Syntax: PPP.183 IPCP no buf net network ID
Long Syntax: PPP.183 IPCP no buffers available net network ID
Description: IPCP tried to allocate an input or output buffer and failed.
PPP.184 |
Level: C-INFO
Short Syntax: PPP.184 Add static rte to address failed nt network ID
Long Syntax: PPP.184 Add static route to address failed nt network ID
Description: Failed arp to check and see if this address is in use
PPP.185 |
Level: CI-ERROR
Short Syntax: PPP.185 Can't do cmprs on new intfc, tlrsiz too small, nt network ID
Long Syntax: PPP.185 Can't do compression on activated interface due to limited trailer size on allocated packet buffers, network network ID
Description: Data compression could not be enabled on an interface due to size constraints on the buffers which have already been allocated in the box. Data compression requires that the trailersize on buffers be somewhat larger than normal. This normally occurs when an ACTIVATE INTERFACE has been done on a PPP interface, but no existing circuit in the box had compression enabled on it. If the router is restarted at this point, it will allocate buffers with larger trailer sizes, and compression should be operable.
PPP.186 |
Level: C-INFO
Short Syntax: PPP.186 ARP ent deleted for prt add protocol_address
Long Syntax: PPP.186 ARP entry deleted for IP address protocol_address
Description: ARP entry for the dial-in IP address has now been deleted
PPP.187 |
Level: UI_ERROR
Short Syntax: PPP.187 No available Mac Addr - disabling type
Long Syntax: PPP.187 No available Mac Addr - disabling type
Description: Could not get a mac address
PPP.188 |
Level: C_TRACE
Short Syntax: PPP.188 Net state change, net network ID) is state.
Long Syntax: PPP.188 Net state change, net network ID) is state.
Description: A PPP net was set to a (possibly) new state.
Action: None; informational message only.
PPP.189 |
Level: C_TRACE
Short Syntax: PPP.189 Protocol protocol marked down, net network ID).
Long Syntax: PPP.189 Protocol protocol marked down, net network ID).
Description: A layer-3 protocol was marked down on a PPP link. Typically this occurs when a RESET PROTOCOL is performed.
Action: None; informational message only.
PPP.190 |
Level: C_TRACE
Short Syntax: PPP.190 Protocol protocol action on net network ID).
Long Syntax: PPP.190 Protocol protocol action on net network ID).
Description: A layer-3 protocol registered or unregistered itself as eligible to run on a PPP interface. The "action" parameter indicates whether it registered or unregistered.
Action: None; informational message only.
PPP.191 |
Level: C_TRACE
Short Syntax: PPP.191 sent_or_rcvd LCP lcp_packet_type, ID= id, net network ID) LCP State = < fsm_state>, PktLen= pkt_len, LcpLen= contents, Contents:
Long Syntax: PPP.191 sent_or_rcvd LCP lcp_packet_type, ID= id, net network ID) LCP State = < fsm_state>, PktLen= pkt_len, LcpLen= contents, Contents:
Description: An LCP Configuration packet was sent or received. This refers to Config-Request, -Ack, -Nak, and -Reject packets. The "contents" field will describe the options present in the packet (or as much as can be fit in a single ELS message). The <fsm_state> shows the state of LCP at the time the action is logged. The PktLen is the length of the packet as received (not including framing/HDLC/FCS bytes) whereas LcpLen is the "stated" length of the packet included in the LCP header. These values are usually the same, but PktLen might be larger if the packet included some padding (if it is SMALLER than LcpLen then the packet is truncated and invalid).
Action: None; informational message only.
PPP.193 |
Level: U_INFO
Short Syntax: PPP.193 algorithm decomp/decrypt fld (sts= status), pkt lost, net network ID.
Long Syntax: PPP.193 algorithm decompression / decryption failed (status= status), packet lost, net network ID.
Description: A packet could not be decompressed or decrypted properly and was lost. The status value is the return code provided by the decompression or decryption routine.
PPP.194 |
Level: U_INFO
Short Syntax: PPP.194 algorithm encryption failed (status= status), net network ID.
Long Syntax: PPP.194 algorithm encryption failed (status= status), net network ID.
Description: A packet could not be encrypted properly and was not transmitted. The status value is the return code provided by the encryption routine.
PPP.195 |
Level: UE-ERROR
Short Syntax: PPP.195 MSCHAP usr ' username' bad chgpwd len length nt network ID.
Long Syntax: PPP.195 MSCHAP user ' username' supplied a bad change password length of length on net network ID.
Description: MSCHAP received a change password packet that was too short.
PPP.196 |
Level: UE_ERROR
Short Syntax: PPP.196 Auth svr does not support MSCHAP nt net_number.
Long Syntax: PPP.196 The authentication server does not support MSCHAP on net net_number.
Description: The current configuration uses a authentication server which does not support MSCHAP. All MSCHAP attempts to authenticate a user with this server will fail. Either disable MSCHAP or use an MSCHAP supported authentication server.
PPP.197 |
Level: UI_ERROR
Short Syntax: PPP.197 Cannot gt remote pwd for user ' username' nt net_number.
Long Syntax: PPP.197 Authentication server returned an empty password for user ' username' on net net_number.
Description: MSCHAP needs the current peer password to decrypt the new password included in the Change Password packet. MSCHAP could not obtain this password and therefore could not change the peer's Local List password.
PPP.198 |
Level: UI_ERROR
Short Syntax: PPP.198 Bad ptr.
Long Syntax: PPP.198 MSCHAP encountered an invalid internal value.
Description: MSCHAP encountered an invalid pointer value. This is an internal error.
PPP.199 |
Level: UE_ERROR
Short Syntax: PPP.199 MSCHAP user ' username' sent unexpected chg pwd nt net_number.
Long Syntax: PPP.199 MSCHAP user ' username' sent an unexpected/unsupported change password pkt on net net_number.
Description: The peer sent an unauthorized change password packet. The packet is ignored.
PPP.200 |
Level: P_TRACE
Short Syntax: PPP.200 ck CBCP
Long Syntax: PPP.200 checking Callback Control Protocol (CBCP).
Description: lcp_check processed CBCP request
PPP.201 |
Level: P_TRACE
Short Syntax: PPP.201 Callback PPP user username at dial_number in delay seconds on net network ID.
Long Syntax: PPP.201 Callback PPP user username at dial_number in delay seconds on net network ID.
Description: A PPP user is being called back for roaming or required callback.
PPP.202 |
Level: P_TRACE
Short Syntax: PPP.202 Callback call start for user username, at destination, on net network ID.
Long Syntax: PPP.202 Callback call start for user username, at destination, on net network ID.
Description: The specified user is about to be called back at the number shown.
PPP.203 |
Level: P_TRACE
Short Syntax: PPP.203 Callback successful reconnection of user username, on net network ID.
Long Syntax: PPP.203 Callback successful reconnection of user username, on net network ID.
Description: Successful callback for listed user.
PPP.204 |
Level: P_TRACE
Short Syntax: PPP.204 Callback collision. User username, interrupt callback of username, on net network ID.
Long Syntax: PPP.204 Callback collision. User username, interrupt callback of username, on net network ID.
Description: While attempting to callback the second user, the first user called. The first user is disconnected and callback of user two continues.
PPP.205 |
Level: UE_ERROR
Short Syntax: PPP.205 MSCHAP disabled while MPPE is enabled nt net_number.
Long Syntax: PPP.205 MSCHAP was disabled while MPPE is still enabled on net net_number.
Description: The current configuration has MPPE encryption enabled. This requires MSCHAP to be enabled also. An attempt to disable MSCHAP without disabling MPPE (encryption) may cause all PPP links to fail.
PPP.206 |
Level: P_TRACE
Short Syntax: PPP.206 MPPE is active for nt net_number..
Long Syntax: PPP.206 Net net_number has negotiated MPPE.
Description: Indicates whether MPPE is active for the particular net.
PPP.207 |
Level: P_TRACE
Short Syntax: PPP.207 Link dropped for net net_number because MPPE was enabled and could not negotiate..
Long Syntax: PPP.207 Link dropped for net net_number because MPPE was enabled and could not negotiate..
Description: If MPPE does not negotiate and the net is enabled for mandatory encryption, then the link must drop.
PPP.208 |
Level: P-TRACE
Short Syntax: PPP.208 Getting ready to send packet through compression and encryption routines.
Long Syntax: PPP.208 Getting ready to send packet through compression and encryption routines.
Description: Almost a complete packet. Does not have protocol or HDLC header. Mainly for Packet tracing.
PPP.209 |
Level: P-TRACE
Short Syntax: PPP.209 Code reject. Something bad happened.
Long Syntax: PPP.209 Code reject. Something bad happened.
Description: Code reject. For packet tracing.
PPP.210 |
Level: P-TRACE
Short Syntax: PPP.210 Authentication packet received
Long Syntax: PPP.210 Authentication packet received
Description: Received an authentication packet. Mainly for Packet tracing.
PPP.211 |
Level: P-TRACE
Short Syntax: PPP.211 Termination packet sent/received
Long Syntax: PPP.211 Termination packet sent/received
Description: A termination request or termination ack was sent/received. Mainly for Packet tracing.
PPP.212 |
Level: UI_ERROR
Short Syntax: PPP.212 incompatible LCP negotiations exceeded net network ID
Long Syntax: PPP.212 incompatible LCP negotiations exceeded net network ID
Description: The number of incompatible LCP negotiations was exceeded and the link will be terminated. Check LCP exchange in talk 2 to determine if a parameter config change can alleviate the problem.
Panic pppimem |
Short Syntax: PPP interface initialization failed, no memory.
Description: The PPP interface failed to allocate sufficient memory to complete initialization.
Action: Contact customer service.
Panic pppiprt |
Short Syntax: PPP: unsupported protocol during initialization
Description: The PPP network handler detected an unsupported protocol during initialization.
Action: Contact customer service.
Panic pppidev |
Short Syntax: PPP: wrong device type
Description: The PPP network handler detected PPP configured on a device other than I_LOUIE or I_ATC2 during init.
Action: Contact customer service.